projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a648227
)
Seal priv pointer in GtkToggleAction.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:20 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:20 +0000
(11:06 +0000)
svn path=/trunk/; revision=20583
gtk/gtktoggleaction.h
patch
|
blob
|
history
diff --git
a/gtk/gtktoggleaction.h
b/gtk/gtktoggleaction.h
index df72534d725097f21196c24faa7298460ebec91d..5f725463260996339fcad1e2aab74ef3dcd1fa06 100644
(file)
--- a/
gtk/gtktoggleaction.h
+++ b/
gtk/gtktoggleaction.h
@@
-56,7
+56,7
@@
struct _GtkToggleAction
/*< private >*/
- GtkToggleActionPrivate *
private_data
;
+ GtkToggleActionPrivate *
GSEAL (private_data)
;
};
struct _GtkToggleActionClass